Plumb GETVCPUINFO dom0_op through to Python. Remove
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 17 Oct 2005 10:36:36 +0000 (11:36 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 17 Oct 2005 10:36:36 +0000 (11:36 +0100)
commit981d9b117d4ad6b759af0c42a044050ab06207f5
tree81cc2c335bfa6af1eeca01ad0adaa753ba0031e8
parentec82f54895da4932edc67d190ccf592f219f1f01
Plumb GETVCPUINFO dom0_op through to Python. Remove
n_vcpu field from GETDOMAININFO: replaced with
nr_online_vcpus and max_vcpu_id (both plumbed through to
Python).

TODO: Remove 'vcpus' entry in getdomaininfo Python
      dictionary.

TODO: Don't represent 'cpumap' as a bitmap in Python.
      It would be more sensible to represent as a list
      of integer CPU numbers.

Signed-off-by: Keir Fraser <keir@xensource.com>
tools/libxc/xc_core.c
tools/libxc/xc_domain.c
tools/libxc/xenctrl.h
tools/python/xen/lowlevel/xc/xc.c
tools/xenstat/libxenstat/src/xenstat.c
xen/common/dom0_ops.c
xen/include/public/dom0_ops.h